home *** CD-ROM | disk | FTP | other *** search
Makefile | 1987-12-04 | 475 b | 24 lines | [TEXT/MPS ] |
- #
- # Makefile for TIFF file dump program
- # Copyright (c) 1987 Bear River Associates, Inc. All Rights Reserved.
- #
-
- DEBUG=
-
- SRC= Makefile td.c stubs.c
-
- OBJS= td.c.o stubs.c.o
-
- LIBS= "{Libraries}"Interface.o ∂
- "{CLibraries}"CRuntime.o ∂
- "{CLibraries}"StdCLib.o ∂
- "{CLibraries}"CSANELib.o ∂
- "{CLibraries}"Math.o ∂
- "{CLibraries}"CInterface.o
-
-
- td ƒƒ {OBJS} {LIBS}
- Link -o {Targ} {OBJS} {LIBS} -w -t MPST -c 'MPS '
-
- .c.o ƒ .c
- C -o {Targ} {DEBUG} {Default}.c